home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D-Mania Games
/
3d-Mania Games.iso
/
3dmania
/
bstone
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-11-03
|
693b
|
21 lines
@ECHO OFF
CLS
MD C:\PBG
MD C:\PBG\BSTONE
COPY \3DMANIA\BSTONE\*.* C:\PBG\BSTONE
ECHO.
ECHO.
ECHO Files have been installed to your hard disk drive...
ECHO.
ECHO You may need to run the Setup Program or read the authors file
ECHO for more specific details regarding the operation and solutions
ECHO to problems or conflicts. All of the programs found on this CD
ECHO ran without ANY problem or difficulty on 4 different test
ECHO systems (386 SX thorugh Pentium). *NOTE: With some programs we
ECHO had to reconfigure the system memory (in the Autoexec.bat and
ECHO Config.sys files... Consult with your technician or DOS manual)
ECHO for more information.
ECHO.
PAUSE
:END